home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1853 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  946 b 

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: interpreters
  5. Date: 14 Jan 1996 20:49:09 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4dbq85$7h2@redstone.interpath.net>
  8. References: <4d21k2$gkh@news-f.iadfw.net>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. dye (dye@airmail.net) wrote:
  13. : I am trying to create a script type language for a project at work and need
  14. : a basis for it.  I need something that can perform the basic math operations
  15. : and perform "if" constructs.  It occurs to me that C source for a BASIC 
  16. : interpreter would be a good start. 
  17.  
  18. One of Herb Schildt's books has a BASIC interpreter written in C.
  19. I've never come across it, though. His C interpreter is briefly
  20. contrasted with this other interpreter, which is how I know it
  21. exists.
  22.  
  23. Scott
  24.